home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / 3lines.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-10-06  |  68 b   |  4 lines

  1. on(rollOver){
  2.    _parent.on_over(Number(this._name.slice(7)));
  3. }
  4.